PHPMailer /
PHPMailer
The classic email sending library for PHP
95/100 healthLoading repository data…
loklak / repository
The PHP Library for accessing loklak.org
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is the PHP Client and PHP API for accessing the Loklak API It contains a series of calls that could be directly used for the requested JSON responses
This library is bundled with Requests library in PHP keeping it standalone and works by just plugging it into the lib/ folder.
This is intended to be the generic PHP request library to loklak for integration into PHP websites and CMS frameworks like wordpress, drupal, joomla etc..,
Install PHPUnit using phar or composer.
Refer to this for installation details.
Once PHPUnit is installed, open XAMPP shell(for Windows users) / Terminal (for Ubuntu/Mac Users).
Go to project root and type the following command:
phpunit Tests
This will execute all tests in Tests directory.
##Wordpress plugin developers
To include loklak API support to your plugin. Follow the undermentioned steps:
Add loklak_php_api submodule to your plugin directory
git submodule add https://github.com/loklak/loklak_php_api.git
Include loklak settings in your plugin settings option_page
<?php
settings_fields( 'loklak-settings' );
do_settings_sections( 'loklak-settings' );
?>
Include Lib/loklak-api-admin.php and loklak.php in your plugin logic files as need be.
Loklak settings are stored as an array (loklak-settings) in your wordpress database.
##Plugins with Loklak Integration
The complete list of Wordpress plugins with Loklak Integration is present here.
To test the plugins, refer to this sample wordpress installation.
Selected from shared topics, language and repository description—not editorial ratings.
PHPMailer /
The classic email sending library for PHP
95/100 healthsebastianbergmann /
Library that helps with managing the version number of Git-hosted PHP projects
85/100 healthvinkla /
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
/100 healthemacs-lsp /
Emacs client/library for the Language Server Protocol
87/100 healthabraham /
The most popular PHP library for use with the Twitter OAuth REST API.
94/100 healthdoctrine /
Symfony integration for the doctrine/migrations library
87/100 health