Download the PHP package taleo/lib without Composer
On this page you can find all versions of the php package taleo/lib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package lib
Short Description Taleo PHP Library
License MIT
Homepage http://github.com/Polzme/Taleo
Informations about the package lib
Taleo PHP Library
What is Taleo (from Wikipedia) ?
Taleo Corporation was a publicly traded provider of cloud-based talent management solutions headquartered in Dublin, California. Taleo's solutions are primarily centered around talent acquisition (recruitment), performance management, learning and development, and compensation management. These capabilities combine to provide what Taleo calls "Talent Intelligence" or an enhanced level of insight into candidates and employees. Taleo sells its products entirely via a software-as-a-service (SaaS) model, in which all software and information resides in data centers operated and secured by Taleo. As of August 2011, Taleo reported it had more than 5,000 customers ranging from small and medium-sized businesses to large global enterprises, including nearly half of the Fortune 100. On February 9, 2012, Oracle Corporation entered into an agreement to acquire Taleo Corporation.
What is the Taleo PHP library
The Taleo PHP Library allow you to connect to the Taleo services using REST. It allows you to retrieve data but also create and alter existing data.
Requirements
- PHP >= 5.3.x
- Composer, a dependency manager: http://getcomposer.org/
- Guzzle, an HTTP client: http://guzzlephp.org/
- Monolog, a logger: https://github.com/Seldaek/monolog
Installation
Taleo PHP Library is using composer (http://getcomposer.org/) to manage it's dependency. To get started, install composer, then run the command: "composer install". It will download the required library automatically and you'll be able to use Taleo PHP Library directly.
Documentation
- Where it all began: https://github.com/shoxty/Taleo/issues/1
- Taleo REST API documentation: http://www.oracle.com/technetwork/documentation/default-1841567.html
- Forums: http://knowledgeexchange.taleo.com/
Examples
TODOs:
- Providing more examples,
- Fixing bugs.
- Provides helpers functions,
- Comment all the function \o/.
Thanks
- Will Robertson (@shoxty)