PHPackages                             zabouth/phpmoves - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. zabouth/phpmoves

AbandonedArchivedLibrary[API Development](/categories/api)

zabouth/phpmoves
================

Moves App API

11.4kPHP

Since Apr 19Pushed 11y ago2 watchersCompare

[ Source](https://github.com/eserozvataf/PHPMoves)[ Packagist](https://packagist.org/packages/zabouth/phpmoves)[ RSS](/packages/zabouth-phpmoves/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPMoves, a PHP library for the Moves App API based on PyMoves
==============================================================

[](#phpmoves-a-php-library-for-the-moves-app-api-based-on-pymoves)

\##Workflow

Create a new instance of the PHPMoves class using the client\_id and client\_secret provided by moves

```
$m = new PHPMoves\Moves('client_id','client_secret','redirect_url');
```

Generate a request URL and present it to the user.

```
$request_url = $m->requestURL();
