PHP Package: contributte/apitte-core

Apitte-Core is a versatile PHP library for building RESTful APIs with ease and flexibility, offering powerful features and seamless integration.

Current Version: 0.8.1
Last Updated: 2021-09-12
PHP Requirement: >=7.3
Dependencies:
phpunit/phpunit
php-fig/http-message
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Apitte-Core is a comprehensive PHP library designed to streamline the development of RESTful APIs. It provides a robust set of tools, including routing, middleware support, request/response handling, and more, empowering developers to create scalable and efficient API solutions effortlessly.

🔗 View on GitHub

Download Latest Version: 0.8.1

Download Download v0.8.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/contributte/apitte-core/0.8.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/php-fig/http-message/2.0/loader.php';

use PHPUnit\Framework\TestCase;
use Apitte\Core\Bootstrap;

$obj = new TestCase();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.