dev-master
9999999-devFreelancehunt PHP API
The Requires
- php >=5.3.0
The Development Requires
by Anatoliy Demchenko
1.0.0
1.0.0.0Freelancehunt PHP API
MIT
The Requires
- php >=5.3.0
The Development Requires
by Anatoliy Demchenko
Freelancehunt PHP API
Предоставляет программный доступ к функциям сервиса, таким как лента новостей, личные сообщение, список проектов, информация о пользователях и т.п., (*1)
$ composer require freelancevip/freelancehunt-api
После установки, подключить автолоадер, если еще не подключен:, (*2)
require_once 'vendor/autoload.php';
Примеры использования:, (*3)
$app_id = 'your_app_id'; $app_secret = 'your_app_secret'; $api = new Freelancevip\FreelancehuntApi\Api($app_id, $app_secret); $profile = $api->profile( 'me' ); print_r($profile);
Freelancehunt PHP API
Freelancehunt PHP API
MIT