An open API service indexing awesome lists of open source software.

https://github.com/izniburak/aa-api

Anadolu Agency (Anadolu Ajansı) API Client for PHP
https://github.com/izniburak/aa-api

anadolu-agency anadolu-ajansi api client php

Last synced: 5 months ago
JSON representation

Anadolu Agency (Anadolu Ajansı) API Client for PHP

Awesome Lists containing this project

README

          

## AA-API
```
_____ _____
/\ /\ /\ | __ \_ _|
/ \ / \ ______ / \ | |__) || |
/ /\ \ / /\ \______/ /\ \ | ___/ | |
/ ____ \ / ____ \ / ____ \| | _| |_
/_/ \_\/_/ \_\ /_/ \_\_| |_____|
```
Anadolu Agency (Anadolu Ajansı) API Client for PHP

[![Total Downloads](https://poser.pugx.org/izniburak/aa-api/d/total.svg)](https://packagist.org/packages/izniburak/aa-api)
[![Latest Stable Version](https://poser.pugx.org/izniburak/aa-api/v/stable.svg)](https://packagist.org/packages/izniburak/aa-api)
[![Latest Unstable Version](https://poser.pugx.org/izniburak/aa-api/v/unstable.svg)](https://packagist.org/packages/izniburak/aa-api)
[![License](https://poser.pugx.org/izniburak/aa-api/license.svg)](https://packagist.org/packages/izniburak/aa-api)

## Install

composer.json file:
```json
{
"require": {
"izniburak/aa-api": "^1"
}
}
```
after run the install command.
```
$ composer install
```

OR run the following command directly.

```
$ composer require izniburak/aa-api
```

## Examples

[Anadolu Agency API Client Example](https://github.com/izniburak/aa-api/tree/master/examples)

## Docs

Coming soon...

## Support
[izniburak's homepage][author-url]

[izniburak's twitter][twitter-url]

## Licence
[MIT Licence][mit-url]

## Contributing

1. Fork it ( https://github.com/izniburak/aa-api/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [izniburak](https://github.com/izniburak) İzni Burak Demirtaş - creator, maintainer

[mit-url]: http://opensource.org/licenses/MIT
[author-url]: http://burakdemirtas.org
[twitter-url]: https://twitter.com/izniburak