{"id":17446311,"url":"https://github.com/furiosojack/sorthip","last_synced_at":"2025-03-28T03:40:31.767Z","repository":{"id":62508054,"uuid":"113880129","full_name":"FuriosoJack/SorthIP","owner":"FuriosoJack","description":"Ordena lista de direcciones ip y subredes | Sort list ip addresses and subnets","archived":false,"fork":false,"pushed_at":"2017-12-13T16:32:07.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T04:44:13.887Z","etag":null,"topics":["ip","ipaddress","sort","sorting","sorting-algorithms","subnet","subnets","subredes"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FuriosoJack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-11T16:09:03.000Z","updated_at":"2017-12-12T14:06:50.000Z","dependencies_parsed_at":"2022-11-02T10:16:21.796Z","dependency_job_id":null,"html_url":"https://github.com/FuriosoJack/SorthIP","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuriosoJack%2FSorthIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuriosoJack%2FSorthIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuriosoJack%2FSorthIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuriosoJack%2FSorthIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FuriosoJack","download_url":"https://codeload.github.com/FuriosoJack/SorthIP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245966926,"owners_count":20701759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ip","ipaddress","sort","sorting","sorting-algorithms","subnet","subnets","subredes"],"created_at":"2024-10-17T18:43:00.241Z","updated_at":"2025-03-28T03:40:31.733Z","avatar_url":"https://github.com/FuriosoJack.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# License\n\n  El codigo de licencia debe seguirse al pie de la letra, si usted utiliza esta libreria los derechos de autor deben estar incluidos en todas la copias.\n  \n  Para mas informacion la puede encontra en el archivo LICENSE.txt.\n\n  \n# SorthIP\nOrdena lista de direcciones ip y subredes | Sort list ip addresses and subnets\n\n## Installation \n\n```bash\n$ php composer require furiosojack/sorthip=^0.0\n```\n\nOR \n\nadd to your `composer.json`\n\n```json\n{\n    \"require\": {\n        \"furiosojack/sorthip\": \"^0.0\"\n    }\n}\n```\n\n## Examples\n\n ```php\n$ips = [\n          '255.168.0.1',\n            '172.6.0.1',\n            '172.0.0.1',\n            '201.0.0.0'\n        ];\n$sotIp = new SorthIP($ips);\n\necho $sotIp-\u003eorderAsc();\n```\n\nresult \n```json\narray:4 [▼\n  0 =\u003e \"255.168.0.1\"\n  1 =\u003e \"201.0.0.0\"\n  2 =\u003e \"172.6.0.1\"\n  3 =\u003e \"172.0.0.1\"\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuriosojack%2Fsorthip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuriosojack%2Fsorthip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuriosojack%2Fsorthip/lists"}