etkinlik / php-api-client
There is no license information available for the latest version (1.0.5) of this package.
Etkinlik.io'da yer alan etkinlikleri PHP kullanarak elde etmek için kullanılır.
1.0.5
2020-10-01 03:39 UTC
Requires
- ext-json: *
- doctrine/annotations: 1.4.*
- guzzlehttp/guzzle: ^6.3
- nesbot/carbon: ^1.31
- php-di/php-di: ^5.4
Requires (Dev)
- mockery/mockery: ^1.3
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-12-19 23:39:52 UTC
README
$client = new \EtkinlikApi\ApiClient('token buraya gelecek'); $formats = $client->format->getItems(); $categories = $client->category->getListe(); $events = $client->event->getItems( (new \EtkinlikApi\Model\Config\EventsConfig()) ->addCategoryId(4015) ); $event = $client->event->getById(104289); $venues = $client->venue->getItems( (new \EtkinlikApi\Model\Config\VenuesConfig()) ->addCityId(7) );