Download the PHP package josephjoberno/namecheap-laravel-sdk without Composer
On this page you can find all versions of the php package josephjoberno/namecheap-laravel-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download josephjoberno/namecheap-laravel-sdk
More information about josephjoberno/namecheap-laravel-sdk
Files in josephjoberno/namecheap-laravel-sdk
Package namecheap-laravel-sdk
Short Description Laravel SDK for Namecheap API
License MIT
Informations about the package namecheap-laravel-sdk
bash composer require josephjoberno/namecheap-laravel-sdk bash \ NAMECHEAP_API_KEY= NAMECHEAP_USERNAME= NAMECHEAP_API_USER= NAMECHEAP_CLIENT_IP= NAMECHEAP_SANDBOX= markdown
Available Resources
Domains
The Domains resource allows you to manage domain names through the Namecheap API.
DNS
The DNS resource provides methods to manage DNS records for your domains.
SSL Certificates
Manage SSL certificates through the Namecheap API.
Users
Manage user account information and settings.
Whois
Query and manage WHOIS information for domains.
Each resource is accessible through the Namecheap facade and provides a clean, fluent interface to interact with the Namecheap API. For more detailed information about available methods and parameters, please refer to the Namecheap API documentation.
Features
- Easy integration with Laravel projects
- Clean and simple API interface
- Support for all Namecheap API endpoints
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- josephjoberno
- sylainx
License
The MIT License (MIT). Please see License File for more information.
All versions of namecheap-laravel-sdk with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0|^9.0|^10.0