https://github.com/rinvex/universities
Rinvex University is a simple and lightweight package for retrieving university details with flexibility. A whole bunch of data including name, country, state, email, website, telephone, address, and much more attributes for the 17k+ known universities worldwide at your fingertips.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Keywords
Repository
Rinvex University is a simple and lightweight package for retrieving university details with flexibility. A whole bunch of data including name, country, state, email, website, telephone, address, and much more attributes for the 17k+ known universities worldwide at your fingertips.
Basic Info
- Host: GitHub
- Owner: rinvex
- License: mit
- Language: PHP
- Default Branch: master
- Size: 7.09 MB
Statistics
- Stars: 63
- Watchers: 9
- Forks: 25
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Rinvex University
Rinvex University is a simple and lightweight package for retrieving university details with flexibility. A whole bunch of data including name, country, state, email, website, telephone, address, and much more attributes for the 17k+ known universities worldwide at your fingertips.
Usage
Install via composer require rinvex/universities, then use intuitively:
```php // Get single university $cairoUniversity = university('cairo-university');
// Get university name: Cairo University echo $cairoUniversity->getName();
// Get university alternative name: null echo $cairoUniversity->getAltName();
// Get university country: Egypt echo $cairoUniversity->getCountry();
// Get university state: null echo $cairoUniversity->getState();
// Get university address: {"street":"PO Box 12613, Nahdet Misr Street","city":"Giza","province":"Cairo","postal_code":null} echo $cairoUniversity->getAddress();
// Get university street: PO Box 12613, Nahdet Misr Street echo $cairoUniversity->getStreet();
// Get university city: Giza echo $cairoUniversity->getCity();
// Get university province: Cairo echo $cairoUniversity->getProvince();
// Get university postal code: null echo $cairoUniversity->getPostalCode();
// Get university contact: {"telephone":"+20(2) 572-9584","website":"http:\/\/www.cu.edu.eg","email":"scc@cu.edu.eg","fax":"+20(2) 568-8884"} echo $cairoUniversity->getContact();
// Get university telephone: +20(2) 572-9584 echo $cairoUniversity->getTelephone();
// Get university website: http://www.cu.edu.eg echo $cairoUniversity->getWebsite();
// Get university email: scc@cu.edu.eg echo $cairoUniversity->getEmail();
// Get university fax: +20(2) 568-8884 echo $cairoUniversity->getFax();
// Get university funding: Public echo $cairoUniversity->getFunding();
// Get university languages: null echo $cairoUniversity->getLanguages();
// Get university academic year: September to June (September-January; January-June) echo $cairoUniversity->getAcademicYear();
// Get university accrediting agency: null echo $cairoUniversity->getAccreditingAgency();
// Get all universities $universities = universities();
// Get all universities in Egypt (by country code) $egyptUniversities = universities('eg'); ```
Notes: - Rinvex University is framework-agnostic, so it's compatible with any PHP framework whatsoever without any dependencies at all, except for the PHP version itself ^8.0.0. Awesome, huh? :smiley: - Rinvex University provides the global helpers for your convenience and for ease of use, but in fact it's just wrappers around the underlying
UniversityLoaderclass, which you can utilize and use directly if you wish
Features Explained
- University data are all stored here:
resources/names.json. name- university english namealt_name- university alternative namecountry- university countrystate- university stateaddress- university address details- street: university street
- city: university city
- province: university province
- postal_code: university postal code
contact- university contact details- telephone: university telephone
- website: university website
- email: university email
- fax: university fax
funding- university institution funding (public/private)languages- university teaching languages (array)academic_year- university academic yearaccrediting_agency- university accrediting agency
Changelog
Refer to the Changelog for a full history of the project.
Support
The following support channels are available at your fingertips:
Contributing & Protocols
Thank you for considering contributing to this project! The contribution guide can be found in CONTRIBUTING.md.
Bug reports, feature requests, and pull requests are very welcome.
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to help@rinvex.com. All security vulnerabilities will be promptly addressed.
About Rinvex
Rinvex is a software solutions startup, specialized in integrated enterprise solutions for SMEs established in Alexandria, Egypt since June 2016. We believe that our drive The Value, The Reach, and The Impact is what differentiates us and unleash the endless possibilities of our philosophy through the power of software. We like to call it Innovation At The Speed Of Life. Thats how we do our share of advancing humanity.
License
This software is released under The MIT License (MIT).
(c) 2016-2022 Rinvex LLC, Some rights reserved.
Owner
- Name: Rinvex
- Login: rinvex
- Kind: organization
- Email: contact@rinvex.com
- Location: Dubai, UAE
- Website: https://rinvex.com
- Repositories: 84
- Profile: https://github.com/rinvex
value.reach.impact
GitHub Events
Total
- Watch event: 4
Last Year
- Watch event: 4
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Abdelrahman Omran | me@o****m | 135 |
| mohamed-hendawy | h****r@y****m | 65 |
| Sherif Tarek | s****2@g****m | 17 |
| dependabot-preview[bot] | 2****] | 1 |
| Samuel | r****h@h****t | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 8
- Total pull requests: 79
- Average time to close issues: 5 months
- Average time to close pull requests: 16 days
- Total issue authors: 3
- Total pull request authors: 7
- Average comments per issue: 1.25
- Average comments per pull request: 0.42
- Merged pull requests: 66
- Bot issues: 0
- Bot pull requests: 7
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Omranic (5)
- emresaracoglu (2)
- mohamed-hendawy (1)
- OppPMatos (1)
Pull Request Authors
- mohamed-hendawy (62)
- Omranic (7)
- dependabot-preview[bot] (4)
- dependabot[bot] (3)
- ScSherifTarek (3)
- OppPMatos (1)
- Rattone (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- packagist 14,825 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 39
- Total maintainers: 1
packagist.org: rinvex/universities
Rinvex Universities is a simple and lightweight package for retrieving university details with flexibility. A whole bunch of data including name, country, state, email, website, telephone, address, and much more attributes for the 17k+ known universities worldwide at your fingertips.
- Homepage: https://rinvex.com
- License: MIT
-
Latest release: v6.1.3
published over 1 year ago
Rankings
Maintainers (1)
Funding
Dependencies
- codedungeon/phpunit-result-printer ^0.32.0 development
- phpunit/phpunit ^9.5.0 development
- php ^8.1.0