PHPackages                             devopssantana/aapanel - 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. devopssantana/aapanel

ActiveLibrary[API Development](/categories/api)

devopssantana/aapanel
=====================

AApanel Library is a small set of classes developed to communicate with AAPanel

0.0.1(3y ago)2101MITPHPPHP ^7.1.3 || ^8.0

Since Mar 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/devopssantana/aapanel)[ Packagist](https://packagist.org/packages/devopssantana/aapanel)[ Docs](https://github.com/devopssantana)[ RSS](/packages/devopssantana-aapanel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

AApanel Library Test
====================

[](#aapanel-library-test)

[![Maintainer](https://camo.githubusercontent.com/ac511187c5347e8523e595ea27510377b2fad916e8de5965f660fbb02d8d389e/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406465766f707373616e74616e612d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/devopssantana)[![Source Code](https://camo.githubusercontent.com/026f07f8b4d5e9ee181e185c92c8a040c3ead40f752a6dae4691c702922bf664/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6465766f707373616e74616e612f616170616e656c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/devopssanatana/aapanel)[![PHP from Packagist](https://camo.githubusercontent.com/130cb1b5f8d1a91653bca11d6aeac828ceefbcb824885be967fa718b47d09659/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6465766f707373616e74616e612f616170616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devopssantana/aapanel)[![Latest Version](https://camo.githubusercontent.com/73e7f57ece2541277306bda5c0e128feb15eec6806ad1e53c7384b3fe71e3eaa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6465766f707373616e74616e612f616170616e656c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/devopssantana/aapanel/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/00885b58c5cfcf7dffb4e0f2083370da7af9dcee01068d35d03d4408de26415a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f6465766f707373616e74616e612f616170616e656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devopssantana/aapanel)[![Quality Score](https://camo.githubusercontent.com/9a10d2beebb19d08db11a738298429cd59f8629b3388bf90f5633da1049cb9e3/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6465766f707373616e74616e612f616170616e656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devopssantana/aapanel)[![Total Downloads](https://camo.githubusercontent.com/12ba41d70dcc7c7d4d04b67cd3bc00241ada9f8c64860529a894e5141510113a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465766f707373616e74616e612f616170616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cdevopssantana/aapanel)

AApanel Library is a small set of classes developed to communicate with AAPanel.
--------------------------------------------------------------------------------

[](#aapanel-library-is-a-small-set-of-classes-developed-to-communicate-with-aapanel)

You can know more **[clicking here](https://forum.aapanel.com/d/482-api-interface-tutorial)**.

### Highlights

[](#highlights)

- Simple installation
- Abstraction of many API methods
- Easy authentication with url and token
- You can manage many resources through your panel and allow your client to manipulate data from their domain account, creating an integrated panel.
- Composer ready and PSR-2 compliant

Installation
------------

[](#installation)

AAPanel is available via Composer:

```
"devopssantana/aapanel": "0.0.*"
```

or run

```
composer require devopssantana/aapanel
```

Documentation
-------------

[](#documentation)

##### For details on how to use, see a sample folder in the component directory. In it you will have an example of use for each class. It works like this:

[](#for-details-on-how-to-use-see-a-sample-folder-in-the-component-directory-in-it-you-will-have-an-example-of-use-for-each-class-it-works-like-this)

For more details on how to use it, see an example folder in the component's directory. It works like this:

#### Site endpoint:

[](#site-endpoint)

```
