├── AgileCRMapi.png ├── CurlLib └── curlwrap_v2.php ├── README.md ├── Tester ├── contact_sample_test.php ├── deal_sample_test.php ├── note_sample_test.php └── task_sample_test.php └── index.php /AgileCRMapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/AgileCRMapi.png -------------------------------------------------------------------------------- /CurlLib/curlwrap_v2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/CurlLib/curlwrap_v2.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/README.md -------------------------------------------------------------------------------- /Tester/contact_sample_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/Tester/contact_sample_test.php -------------------------------------------------------------------------------- /Tester/deal_sample_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/Tester/deal_sample_test.php -------------------------------------------------------------------------------- /Tester/note_sample_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/Tester/note_sample_test.php -------------------------------------------------------------------------------- /Tester/task_sample_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/Tester/task_sample_test.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agilecrm/php-api/HEAD/index.php --------------------------------------------------------------------------------