mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[PR #3] [MERGED] Composerfying #43
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/3
Author: @codenamegary
Created: 11/18/2014
Status: ✅ Merged
Merged: 11/18/2014
Merged by: @ivanstan
Base:
master← Head:composerfying📝 Commits (8)
ebc7e36Ignoring local project file.f2d7b61Moving files around.7d2274cIgnoring composer lock.ea44856Composer json for publishing.ac18fb8Renaming and namespacing server and storage providers.45fd555More namespacing changes.03f64b7Using composer autoloader in example and new namespaced version of the server and storage provider.a107f8bUpdated README.📊 Changes
10 files changed (+510 additions, -521 deletions)
View changed files
➕
.gitignore(+3 -0)📝
README.md(+2 -2)➖
StorageProvider/AbstractStorageProvider.php(+0 -9)➖
StorageProvider/JsonStorageProvider.php(+0 -65)➕
composer.json(+25 -0)➖
dns_server.class.php(+0 -428)📝
example.php(+3 -17)➕
src/AbstractStorageProvider.php(+9 -0)➕
src/JsonStorageProvider.php(+49 -0)➕
src/Server.php(+419 -0)📄 Description
This is a GREAT library! Thank you! I've added a base composer config and moved classes into their own namespace, also setup composer requirements for PHP unit for testing. Would love to get this put on packagist for easy consumption, will be adding some tests and sending another PR in the near future.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.