{"id":23063921,"url":"https://github.com/edertone/turbocommons","last_synced_at":"2025-08-15T10:30:56.782Z","repository":{"id":57382275,"uuid":"70724064","full_name":"edertone/TurboCommons","owner":"edertone","description":"General purpose and cross-language library that implements frequently used and generic software development tasks","archived":false,"fork":false,"pushed_at":"2024-11-11T20:52:29.000Z","size":3754,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-11T11:44:56.346Z","etag":null,"topics":["common-library","cross-language-library","javascript","php","typescript"],"latest_commit_sha":null,"homepage":"https://turboframework.org/en/libs/turbocommons","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edertone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-12T17:26:50.000Z","updated_at":"2024-11-11T20:52:33.000Z","dependencies_parsed_at":"2024-03-02T12:33:13.578Z","dependency_job_id":"0da3ab88-bfb8-4190-916b-b854ab9617fd","html_url":"https://github.com/edertone/TurboCommons","commit_stats":{"total_commits":668,"total_committers":4,"mean_commits":167.0,"dds":"0.45359281437125754","last_synced_commit":"3193f81233f95e073cbdef8a6f35632af57fbcba"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboCommons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboCommons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboCommons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboCommons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edertone","download_url":"https://codeload.github.com/edertone/TurboCommons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229906176,"owners_count":18142456,"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":["common-library","cross-language-library","javascript","php","typescript"],"created_at":"2024-12-16T04:13:34.995Z","updated_at":"2024-12-16T04:13:35.545Z","avatar_url":"https://github.com/edertone.png","language":"PHP","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=53MJ6SY66WZZ2\u0026lc=ES\u0026item_name=TurboCommons\u0026no_note=0\u0026cn=A%c3%b1adir%20instrucciones%20especiales%20para%20el%20vendedor%3a\u0026no_shipping=2\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"],"categories":[],"sub_categories":[],"readme":"### General purpose cross-language development library\n\nDevs around the world do the same things every day with different languages. They perform string modifications, validations, data conversions, file operations and more.\n\nWhy must they learn new ways of doing the same thing every time they move to a new language?\n\nTurboCommons tries to standardize all those common operations so they are performed the same way across all possible languages. It is a library that uses the same methods and classes across all the implemented languages.\n\n### Documentation\n\n**A detailed code specification is available online. You can check it [here](https://turboframework.org/en/libs/turbocommons)**\n\n### How to use it\n\n- Php:\n```\nCurrently available only as a .phar file (download it from https://turbocommons.org)\nrequire '..../turbocommons-php-X.X.X.phar';\nuse org\\turbocommons\\src\\main\\php\\utils\\StringUtils;\n$n = StringUtils::countWords(\"word1 word2 word3\");\n```\n- Typescript:\n```\nnpm install turbocommons-ts\nimport { StringUtils } from 'turbocommons-ts';\nlet n = StringUtils.countWords(\"word1 word2 word3\");\n```\n- Javascript 5:\n```\nnpm install turbocommons-es5\n\u003cscript src=\"turbocommons-es5/turbocommons-es5.js\"\u003e\u003c/script\u003e\nvar StringUtils = org_turbocommons.StringUtils;\nvar n = StringUtils.countWords(\"word1 word2 word3\");\n```\n- Javascript 6:\n```\nnpm install turbocommons-es6\n\u003cscript src=\"turbocommons-es6/turbocommons-es6.js\"\u003e\u003c/script\u003e\nvar StringUtils = org_turbocommons.StringUtils;\nvar n = StringUtils.countWords(\"word1 word2 word3\");\n```\n- NodeJS projects:\n```\nnpm install turbocommons-ts\nconst {StringUtils} = require('turbocommons-ts');\nvar n = StringUtils.countWords(\"word1 word2 word3\");\n```\n\n### Language support\n\n- Php (7 or more recommended)\n- Typescript\n- Javascript 5\n- Javascript 6\n\nWe want to increase this list. So! if you want to translate the library to your language of choice, please contact us! We need your help to port this library to as many languages as possible, and more important, we need to code the SAME unit tests across all the implemented languages. This is the only way to guarantee that the library delivers exactly the same behavior everywhere.\n\n### Dependencies\n\nThe main goal for this library is to have zero dependencies. We are building a true standalone general purpose library.\n\n### Contribute\n\nTurbo Commons is 100% free and open source, but we will be really pleased to receive any help, support, comments or donations to help us improve this library. If you like it, spread the word!\n\n- You can get more info at the official site:\n\n\t- [https://turboframework.org/en/libs/turbocommons](https://turboframework.org/en/libs/turbocommons)\n\n### Donate\n\t\n[![Donate](https://turboframework.org/view/views/home/donate-button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=53MJ6SY66WZZ2\u0026lc=ES\u0026item_name=TurboCommons\u0026no_note=0\u0026cn=A%c3%b1adir%20instrucciones%20especiales%20para%20el%20vendedor%3a\u0026no_shipping=2\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fturbocommons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Federtone%2Fturbocommons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fturbocommons/lists"}